copyInto

An alias made of std.algorithm.mutation.copy for the intention to be clearer since the from is the first argument

alias copyInto = copy

Meta